From: Richard M. Stallman Date: Tue, 15 Jun 1993 23:11:38 +0000 (+0000) Subject: (server-process-filter): Use server-switch-buffer. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95314 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=01906bcac94f42eb470455ed0cdb52a62df63e29;p=emacs.git (server-process-filter): Use server-switch-buffer. --- diff --git a/lisp/server.el b/lisp/server.el index 3e9ddcd0c82..1084aee4093 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -188,7 +188,7 @@ Prefix arg means just kill any existing server communications subprocess." (server-visit-files files client) ;; CLIENT is now a list (CLIENTNUM BUFFERS...) (setq server-clients (cons client server-clients)) - (switch-to-buffer (nth 1 client)) + (server-switch-buffer (nth 1 client)) (run-hooks 'server-switch-hook) (message (substitute-command-keys "When done with a buffer, type \\[server-edit].")))))